|
MAKE PARTICLES
This command will create a particles object using a specified image and radius.
MAKE PARTICLES Particle Number, Image Number, Frequency, Radius
Particle Number
Integer
The particle object number
Image Number
Integer
The image number
Frequency
Integer
The frequency value
Radius
Float
The radius value
This command does not return a value.
A particles object will emit single particles given a default set of rules than can be changed using the particle commands.
load image "spec.bmp",3
make particles 3, 3, 10, 10.0
position particles 3, -3, 0, 10
position camera 0,1,0
point camera 0,1,400
do
loop
delete particles 3
end
PARTICLES Commands Menu
Index
|